home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / stsound.h.D < prev    next >
Text File  |  1990-07-25  |  277b  |  12 lines

  1. *** /tmp/,RCSt1022347    Wed Jul 25 13:56:15 1990
  2. --- stsound.h    Mon Jul 23 10:52:36 1990
  3. ***************
  4. *** 8,10 ****
  5.   struct sound {
  6. !     char    sdb[4];        /* use only the even bytes */
  7.   };
  8. --- 8,10 ----
  9.   struct sound {
  10. !     unsigned char    sdb[4];        /* use only the even bytes */
  11.   };
  12.